home *** CD-ROM | disk | FTP | other *** search
/ Aminet 51 / Aminet 51 (2002)(GTI - Schatztruhe)[!][Oct 2002].iso / Aminet / dev / cross / A6.readme < prev    next >
Encoding:
Text File  |  2002-09-01  |  1.3 KB  |  33 lines

  1. Short:    A 6502 cross-assembler program
  2. Author:   Simon Collis (simon@powerfield.demon.co.uk). Amiga port-Voy/SSG/Dial
  3. Uploader: Wojciech Pasiecznik/Voy/SSG/Dial (voydial@wp.pl)
  4. Version:  0.4.3
  5. Type:     dev/cross
  6.  
  7. A6 v0.4.3: a 6502 cross-assembler program.  (C) 1998 Simon Collis
  8. Amiga port by Wojciech Pasiecznik (voydial@wp.pl) 2002
  9.  
  10. usage: A6 [switches] infile
  11.  
  12. Switches:
  13.  -d           : make dots on pseudo-ops optional
  14.  -f[bp0]      : set output format (binary/.PRG/.P00)
  15.  -l           : show listing on pass 2
  16.  -s#          : set syntax 0=Genius, 1=Genius+Turbo Asm, 2=Full syntax
  17.  -t           : print symbol table after assembly
  18.  -o [outfile] : specify output file name
  19.  
  20. This program is free software; you can redistribute it and/or modify
  21. it under the terms of the GNU General Public License as published by
  22. the Free Software Foundation; either version 2 of the License, or
  23. (at your option) any later version.
  24.  
  25. This program is distributed in the hope that it will be useful,
  26. but WITHOUT ANY WARRANTY; without even the implied warranty of
  27. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  28. GNU General Public License for more details.
  29.  
  30. You should have received a copy of the GNU General Public License
  31. along with this program; if not, write to the Free Software
  32. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  33.